home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / qdiv.0 < prev    next >
Text File  |  1996-09-02  |  789b  |  22 lines

  1.  
  2. QDIV(3)                    UNIX Programmer's Manual                    QDIV(3)
  3.  
  4. NNAAMMEE
  5.      qqddiivv - return quotient and remainder from division
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _q_d_i_v___t
  11.      qqddiivv(_q_u_a_d___t _n_u_m, _q_u_a_d___t _d_e_n_o_m)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The qqddiivv() function computes the value _n_u_m_/_d_e_n_o_m and returns the quotient
  15.      and remainder in a structure named _q_d_i_v___t that contains two _q_u_a_d _i_n_t_e_g_e_r
  16.      members named _q_u_o_t and _r_e_m.
  17.  
  18. SSEEEE AALLSSOO
  19.      div(3),  ldiv(3),  math(3)
  20.  
  21. BSD Experimental                 June 29, 1991                               1
  22.